-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds Virtual Tennis Tutorial #461
base: canon
Are you sure you want to change the base?
Conversation
window | ||
|
||
In this tutorial, we're going to build a game virtual tennis game in the vein | ||
of Pong_. We're going to go through the whole process: planning our approach, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
of Pong_. We're going to go through the whole process: planning our approach, | |
of `Pong <https://en.wikipedia.org/wiki/Pong>`. We're going to go through the whole process: planning our approach, |
paddle. | ||
* The paddles need to be able to move. | ||
* We need to be able to track the score. | ||
* We need to be able to end the game. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't you also need an AI paddle?
|
||
Before we get started, you'll need a few things done first: | ||
|
||
#. Install python 3.8 on your system. We suggest installing from python.org for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#. Install python 3.8 on your system. We suggest installing from python.org for | |
#. Install Python 3.8 on your system. We suggest installing from `python.org <https://www.python.org/downloads/>` for |
Co-authored-by: Jamie Bliss <[email protected]>
Draft while I work on this, but this will be a game like pong.